Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1027820 applied to workflow__riscv__fixes

Name: thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1027820
Version: 1

Document the SpacemiT K1 Thermal Sensor Unit (TSU), which supports
monitoring temperatures for five zones: soc, package, gpu, cluster0,
and cluster1.

Signed-off-by: Shuwei Wu <[email protected]>
Signed-off-by: Linux RISC-V bot <[email protected]>
The thermal sensor unit (TSU) on K1 supports monitoring five temperature
zones. The driver registers these sensors with the thermal framework
and supports standard operations:
- Reading temperature (millidegree Celsius)
- Setting high/low thresholds for interrupts

Signed-off-by: Shuwei Wu <[email protected]>
Signed-off-by: Linux RISC-V bot <[email protected]>
Include the Thermal Sensor Unit (TSU) node in the SpacemiT K1 dtsi
with definitions for registers, clocks, and interrupts.
Additionally, configure thermal zones for the soc, package, gpu, and
clusters to enable temperature monitoring via the thermal framework.

Signed-off-by: Shuwei Wu <[email protected]>
Signed-off-by: Linux RISC-V bot <[email protected]>
@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 112.97 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1080.88 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1406.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 25.95 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.85 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#18: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 76 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 21c35a1ab54f ("dt-bindings: thermal: Add SpacemiT K1 thermal sensor") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 76 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 78.80 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
kdoc
Desc: Detects for kdoc errors
Duration: 0.97 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/3] dt-bindings: thermal: Add SpacemiT K1 thermal sensor"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 112.11 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1118.04 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1429.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.55 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 25.81 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.70 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#59: 
new file mode 100644

CHECK: Alignment should match open parenthesis
#329: FILE: drivers/thermal/k1_thermal.c:266:
+		priv->sensors[i].tzd = devm_thermal_of_zone_register(dev,
+									i, priv->sensors + i,

total: 0 errors, 1 warnings, 1 checks, 334 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit f8c4bde8a811 ("thermal: K1: Add driver for K1 SoC thermal sensor") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 1 checks, 334 lines checked
CHECK: Alignment should match open parenthesis
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 78.11 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
kdoc
Desc: Detects for kdoc errors
Duration: 0.98 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/3] thermal: K1: Add driver for K1 SoC thermal sensor"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 111.28 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1140.36 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1454.13 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 25.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.84 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 79.12 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 1.00 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants